home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / fbuilder / delphi / demos / demabout.dfm / demabout.txt next >
Encoding:
Text File  |  1996-09-15  |  2.5 KB  |  117 lines

  1. object AboutBox: TAboutBox
  2.   Left = 160
  3.   Top = 150
  4.   ActiveControl = OKButton
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsSingle
  7.   Caption = 'About'
  8.   ClientHeight = 260
  9.   ClientWidth = 458
  10.   Font.Color = clWindowText
  11.   Font.Height = -16
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   PixelsPerInch = 120
  15.   Position = poScreenCenter
  16.   TextHeight = 20
  17.   object Panel1: TPanel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 434
  21.     Height = 201
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 10
  27.       Top = 10
  28.       Width = 81
  29.       Height = 71
  30.       Center = True
  31.       Picture.Data = {<image000.ico>}
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 110
  36.       Top = 10
  37.       Width = 257
  38.       Height = 29
  39.       Caption = 'FormulaBuilder Demo'
  40.       Font.Color = clMaroon
  41.       Font.Height = -23
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 110
  49.       Top = 40
  50.       Width = 78
  51.       Height = 16
  52.       Caption = 'Version 1.0'
  53.       Font.Color = clBlack
  54.       Font.Height = -15
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = [fsBold]
  57.       ParentFont = False
  58.       IsControl = True
  59.     end
  60.     object Copyright: TLabel
  61.       Left = 108
  62.       Top = 100
  63.       Width = 225
  64.       Height = 16
  65.       Caption = 'Copyright (c) 1995 Clayton Collie'
  66.       Font.Color = clBlack
  67.       Font.Height = -15
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = [fsBold]
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Comments: TLabel
  74.       Left = 10
  75.       Top = 160
  76.       Width = 381
  77.       Height = 16
  78.       Caption = 'Address all Inquiries to 103162.1430@compuserve.com'
  79.       Font.Color = clBlack
  80.       Font.Height = -15
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.       WordWrap = True
  85.       IsControl = True
  86.     end
  87.     object Label1: TLabel
  88.       Left = 105
  89.       Top = 70
  90.       Width = 206
  91.       Height = 27
  92.       Caption = 'YGB Software, Inc.'
  93.       Font.Color = clGray
  94.       Font.Height = -23
  95.       Font.Name = 'Arial'
  96.       Font.Style = [fsBold]
  97.       ParentFont = False
  98.     end
  99.   end
  100.   object OKButton: TBitBtn
  101.     Left = 191
  102.     Top = 223
  103.     Width = 97
  104.     Height = 33
  105.     Font.Color = clBlack
  106.     Font.Height = -15
  107.     Font.Name = 'MS Sans Serif'
  108.     Font.Style = [fsBold]
  109.     ParentFont = False
  110.     TabOrder = 1
  111.     Kind = bkOK
  112.     Margin = 2
  113.     Spacing = -1
  114.     IsControl = True
  115.   end
  116. end
  117.